home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #2 / Ham Radio 2000 - Volume 2.iso / HAMV2 / MISC / RF / POWER.TXT < prev    next >
Text File  |  1996-06-25  |  1KB  |  19 lines

  1. This routine converts power between many of the formats that arise in
  2. engineering - Watts, dBm, dBW etc. Data can also be entered as a voltage in V,
  3. uV and dBuV. The impedance of the circuit must also be entered, since this
  4. relates voltage to power. Voltage can also be entered as S units on a receiver
  5. where I have assumed S9=50uV and each S point is 6.02 dB. Power may be entered
  6. in units of kTB, where kTB is the noise power developed in a resistor at a
  7. given temperature (T) in a given bandwidth B.
  8. The user tells the program the units of input (Watts, dBm, dBW, uV, dBuV etc)
  9. and the numerical value (ie if you have 10 Watts, you enter '1' for watts then
  10. '10' for the numerical value). After telling the program the impedance (default
  11. 50 Ohms) and the bandwidth (default 300 Hz) the program tells you how many dBm,
  12. dBuV etc the 10 Watts is equal to. Note that the values for impedance and
  13. bandwidth are irrelevant if you dont care to relate say Watts to Volts.
  14. As way of example, the program tells us that for a 300 Hz bandwidth and 50
  15. Ohm system, 10 W is equal to 40 dBm, 10 dBW, 22.36 V, 2.23x10^7 uV, 147.0 dBuV,
  16. a receiver signal level of S9 + 113.01 dB, and is 189.204 dB above the noise
  17. floor in a 300 Hz bandwidth.
  18.  
  19.